3.18.52 \(\int \sqrt {d+e x} (a^2+2 a b x+b^2 x^2)^p \, dx\) [1752]

Optimal. Leaf size=83 \[ \frac {2 \left (-\frac {e (a+b x)}{b d-a e}\right )^{-2 p} (d+e x)^{3/2} \left (a^2+2 a b x+b^2 x^2\right )^p \, _2F_1\left (\frac {3}{2},-2 p;\frac {5}{2};\frac {b (d+e x)}{b d-a e}\right )}{3 e} \]

[Out]

2/3*(e*x+d)^(3/2)*(b^2*x^2+2*a*b*x+a^2)^p*hypergeom([3/2, -2*p],[5/2],b*(e*x+d)/(-a*e+b*d))/e/((-e*(b*x+a)/(-a
*e+b*d))^(2*p))

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 83, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 28, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.107, Rules used = {660, 72, 71} \begin {gather*} \frac {2 (d+e x)^{3/2} \left (a^2+2 a b x+b^2 x^2\right )^p \left (-\frac {e (a+b x)}{b d-a e}\right )^{-2 p} \, _2F_1\left (\frac {3}{2},-2 p;\frac {5}{2};\frac {b (d+e x)}{b d-a e}\right )}{3 e} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[d + e*x]*(a^2 + 2*a*b*x + b^2*x^2)^p,x]

[Out]

(2*(d + e*x)^(3/2)*(a^2 + 2*a*b*x + b^2*x^2)^p*Hypergeometric2F1[3/2, -2*p, 5/2, (b*(d + e*x))/(b*d - a*e)])/(
3*e*(-((e*(a + b*x))/(b*d - a*e)))^(2*p))

Rule 71

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)/(b*(m + 1)*(b/(b*c
 - a*d))^n))*Hypergeometric2F1[-n, m + 1, m + 2, (-d)*((a + b*x)/(b*c - a*d))], x] /; FreeQ[{a, b, c, d, m, n}
, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] &&  !IntegerQ[n] && GtQ[b/(b*c - a*d), 0] && (RationalQ[m] ||  !(Ra
tionalQ[n] && GtQ[-d/(b*c - a*d), 0]))

Rule 72

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Dist[(c + d*x)^FracPart[n]/((b/(b*c - a*d)
)^IntPart[n]*(b*((c + d*x)/(b*c - a*d)))^FracPart[n]), Int[(a + b*x)^m*Simp[b*(c/(b*c - a*d)) + b*d*(x/(b*c -
a*d)), x]^n, x], x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] &&  !IntegerQ[n] &&
(RationalQ[m] ||  !SimplerQ[n + 1, m + 1])

Rule 660

Int[((d_.) + (e_.)*(x_))^(m_)*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Dist[(a + b*x + c*x^2)^Fra
cPart[p]/(c^IntPart[p]*(b/2 + c*x)^(2*FracPart[p])), Int[(d + e*x)^m*(b/2 + c*x)^(2*p), x], x] /; FreeQ[{a, b,
 c, d, e, m, p}, x] && EqQ[b^2 - 4*a*c, 0] &&  !IntegerQ[p] && NeQ[2*c*d - b*e, 0]

Rubi steps

\begin {align*} \int \sqrt {d+e x} \left (a^2+2 a b x+b^2 x^2\right )^p \, dx &=\left (\left (a b+b^2 x\right )^{-2 p} \left (a^2+2 a b x+b^2 x^2\right )^p\right ) \int \left (a b+b^2 x\right )^{2 p} \sqrt {d+e x} \, dx\\ &=\left (\left (\frac {e \left (a b+b^2 x\right )}{-b^2 d+a b e}\right )^{-2 p} \left (a^2+2 a b x+b^2 x^2\right )^p\right ) \int \sqrt {d+e x} \left (-\frac {a e}{b d-a e}-\frac {b e x}{b d-a e}\right )^{2 p} \, dx\\ &=\frac {2 \left (-\frac {e (a+b x)}{b d-a e}\right )^{-2 p} (d+e x)^{3/2} \left (a^2+2 a b x+b^2 x^2\right )^p \, _2F_1\left (\frac {3}{2},-2 p;\frac {5}{2};\frac {b (d+e x)}{b d-a e}\right )}{3 e}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.08, size = 73, normalized size = 0.88 \begin {gather*} \frac {2 \left (\frac {e (a+b x)}{-b d+a e}\right )^{-2 p} \left ((a+b x)^2\right )^p (d+e x)^{3/2} \, _2F_1\left (\frac {3}{2},-2 p;\frac {5}{2};\frac {b (d+e x)}{b d-a e}\right )}{3 e} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[d + e*x]*(a^2 + 2*a*b*x + b^2*x^2)^p,x]

[Out]

(2*((a + b*x)^2)^p*(d + e*x)^(3/2)*Hypergeometric2F1[3/2, -2*p, 5/2, (b*(d + e*x))/(b*d - a*e)])/(3*e*((e*(a +
 b*x))/(-(b*d) + a*e))^(2*p))

________________________________________________________________________________________

Maple [F]
time = 0.32, size = 0, normalized size = 0.00 \[\int \sqrt {e x +d}\, \left (b^{2} x^{2}+2 a b x +a^{2}\right )^{p}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x+d)^(1/2)*(b^2*x^2+2*a*b*x+a^2)^p,x)

[Out]

int((e*x+d)^(1/2)*(b^2*x^2+2*a*b*x+a^2)^p,x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^(1/2)*(b^2*x^2+2*a*b*x+a^2)^p,x, algorithm="maxima")

[Out]

integrate(sqrt(x*e + d)*(b^2*x^2 + 2*a*b*x + a^2)^p, x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^(1/2)*(b^2*x^2+2*a*b*x+a^2)^p,x, algorithm="fricas")

[Out]

integral(sqrt(x*e + d)*(b^2*x^2 + 2*a*b*x + a^2)^p, x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \sqrt {d + e x} \left (\left (a + b x\right )^{2}\right )^{p}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)**(1/2)*(b**2*x**2+2*a*b*x+a**2)**p,x)

[Out]

Integral(sqrt(d + e*x)*((a + b*x)**2)**p, x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^(1/2)*(b^2*x^2+2*a*b*x+a^2)^p,x, algorithm="giac")

[Out]

integrate(sqrt(x*e + d)*(b^2*x^2 + 2*a*b*x + a^2)^p, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \sqrt {d+e\,x}\,{\left (a^2+2\,a\,b\,x+b^2\,x^2\right )}^p \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d + e*x)^(1/2)*(a^2 + b^2*x^2 + 2*a*b*x)^p,x)

[Out]

int((d + e*x)^(1/2)*(a^2 + b^2*x^2 + 2*a*b*x)^p, x)

________________________________________________________________________________________